type runtime.spanSet

10 uses

	runtime (current package)
		mcentral.go#L43: 	partial [2]spanSet // list of spans with a free object
		mcentral.go#L44: 	full    [2]spanSet // list of spans with no free objects
		mcentral.go#L58: func (c *mcentral) partialUnswept(sweepgen uint32) *spanSet {
		mcentral.go#L64: func (c *mcentral) partialSwept(sweepgen uint32) *spanSet {
		mcentral.go#L70: func (c *mcentral) fullUnswept(sweepgen uint32) *spanSet {
		mcentral.go#L76: func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
		mspanset.go#L17: type spanSet struct {
		mspanset.go#L74: func (b *spanSet) push(s *mspan) {
		mspanset.go#L141: func (b *spanSet) pop() *mspan {
		mspanset.go#L230: func (b *spanSet) reset() {